home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-07 | 315 b | 11 lines | [TEXT/ToyS] |
- --
- -- This example script uses the MacPPP Control addition to close the PPP
- -- link. Running this script is identical to opening the MacPPP control
- -- panel and pressing the Hard Close button.
- --
-
- if PPPopened then
- closePPP
- else
- display dialog "MacPPP is already closed" buttons {"OK"} default button "OK"
- end if